home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 15 code / 3D Interface / Demo3D / Demo3D.MAMake next >
Encoding:
Text File  |  1994-10-21  |  483 b   |  23 lines  |  [TEXT/MPS ]

  1. #Copyright © 1988 - 1994 Apple Computer, Inc.  All rights reserved.
  2.  
  3. AppName = Demo3D
  4.  
  5.  
  6. OtherLinkFiles = ∂
  7.     "{ObjApp}UDemo3D.cp.o" ∂
  8.     "{ObjApp}U3DDrawing.cp.o" ∂
  9.  
  10. "{ObjApp}U3DDrawing.cp.o"    ƒ ∂
  11.                             "{SrcApp}U3DDrawing.h" ∂
  12.                             {MacAppCPlusIntf} ∂
  13.                             {BuildingBlocksCPlusIntf}
  14.  
  15.  
  16. #    List Rez files other than AppName.r that need to Rez'ed with the application.
  17. #    Also list the file containing the 'view' resource type definition.
  18.  
  19.  
  20. OtherRsrcFiles = ∂
  21.         "{SrcApp}Demo3D.Views"
  22.  
  23.